[INFO] cloning repository https://github.com/market-systems/base-execution-engine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/market-systems/base-execution-engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarket-systems%2Fbase-execution-engine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarket-systems%2Fbase-execution-engine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8d98a74b27720020d492e1d58b8991be2d5b5f90
[INFO] fixing market-systems/base-execution-engine against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarket-systems%2Fbase-execution-engine" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/market-systems/base-execution-engine
[INFO] finished tweaking git repo https://github.com/market-systems/base-execution-engine
[INFO] tweaked toml for git repo https://github.com/market-systems/base-execution-engine written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/market-systems/base-execution-engine on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/market-systems/base-execution-engine already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 94a2c74194193bf52fa30a226346860eca25bbbae909f537b93a5b67cec0f6d6
[INFO] running `Command { std: "docker" "start" "94a2c74194193bf52fa30a226346860eca25bbbae909f537b93a5b67cec0f6d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "94a2c74194193bf52fa30a226346860eca25bbbae909f537b93a5b67cec0f6d6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "94a2c74194193bf52fa30a226346860eca25bbbae909f537b93a5b67cec0f6d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "94a2c74194193bf52fa30a226346860eca25bbbae909f537b93a5b67cec0f6d6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/app/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/config/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/types/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/decision/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/markets/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/discovery/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/rpc/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/execution/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/observability/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/ingest/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/registry/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/storage/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling aws-lc-rs v1.16.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling const-hex v1.18.1
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking futures-utils-wasm v0.1.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking bimap v0.6.3
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]    Compiling doctest-file v1.1.1
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking sketches-ddsketch v0.3.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking crc-catalog v2.4.0
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking crc v3.4.0
[INFO] [stderr]     Checking pbkdf2 v0.11.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking keccak v0.1.6
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking sha3 v0.10.9
[INFO] [stderr]     Checking rand_xoshiro v0.7.0
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking scrypt v0.10.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking dotenvy v0.15.7
[INFO] [stderr]     Checking whoami v1.6.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling aws-lc-sys v0.40.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking k256 v0.13.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling syn-solidity v0.8.26
[INFO] [stderr]    Compiling macro-string v0.1.4
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling alloy-rlp-derive v0.3.15
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling alloy-sol-macro-input v0.8.26
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking schnellru v0.2.4
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling alloy-sol-macro-expander v0.8.26
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking metrics v0.24.3
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking num_enum v0.7.6
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking metrics-util v0.20.1
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking types v0.1.0 (/opt/rustwide/workdir/crates/types)
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]    Migrating crates/types/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking nybbles v0.3.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking eth-keystore v0.5.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking alloy-rlp v0.3.15
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling alloy-sol-macro v0.8.26
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking ruint v1.18.0
[INFO] [stderr]     Checking config v0.1.0 (/opt/rustwide/workdir/crates/config)
[INFO] [stderr]     Checking registry v0.1.0 (/opt/rustwide/workdir/crates/registry)
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking alloy-primitives v0.8.26
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Migrating crates/config/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/registry/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking alloy-sol-types v0.8.26
[INFO] [stderr]     Checking alloy-eip2930 v0.1.0
[INFO] [stderr]     Checking alloy-eip7702 v0.4.2
[INFO] [stderr]     Checking alloy-serde v0.8.3
[INFO] [stderr]     Checking alloy-trie v0.7.9
[INFO] [stderr]     Checking alloy-signer v0.8.3
[INFO] [stderr]     Checking alloy-chains v0.1.69
[INFO] [stderr]     Checking markets v0.1.0 (/opt/rustwide/workdir/crates/markets)
[INFO] [stderr]     Checking alloy-eips v0.8.3
[INFO] [stderr]        Fixed crates/config/src/lib.rs (3 fixes)
[INFO] [stderr]    Migrating crates/markets/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking alloy-consensus v0.8.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking interprocess v2.4.2
[INFO] [stderr]     Checking decision v0.1.0 (/opt/rustwide/workdir/crates/decision)
[INFO] [stderr]    Migrating crates/decision/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking alloy-consensus-any v0.8.3
[INFO] [stderr]     Checking alloy-network-primitives v0.8.3
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking alloy-json-rpc v0.8.3
[INFO] [stderr]     Checking alloy-rpc-types-eth v0.8.3
[INFO] [stderr]     Checking rustls-webpki v0.103.12
[INFO] [stderr]     Checking alloy-transport v0.8.3
[INFO] [stderr]     Checking alloy-pubsub v0.8.3
[INFO] [stderr]     Checking alloy-transport-ipc v0.8.3
[INFO] [stderr]     Checking alloy-rpc-types-any v0.8.3
[INFO] [stderr]     Checking alloy-network v0.8.3
[INFO] [stderr]     Checking alloy-signer-local v0.8.3
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tungstenite v0.24.0
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking metrics-exporter-prometheus v0.17.2
[INFO] [stderr]     Checking tokio-tungstenite v0.24.0
[INFO] [stderr]     Checking alloy-transport-ws v0.8.3
[INFO] [stderr]     Checking observability v0.1.0 (/opt/rustwide/workdir/crates/observability)
[INFO] [stderr]    Migrating crates/observability/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking alloy-transport-http v0.8.3
[INFO] [stderr]     Checking alloy-rpc-client v0.8.3
[INFO] [stderr]     Checking alloy-provider v0.8.3
[INFO] [stderr]     Checking sqlx-postgres v0.8.6
[INFO] [stderr]     Checking rpc v0.1.0 (/opt/rustwide/workdir/crates/rpc)
[INFO] [stderr]     Checking ingest v0.1.0 (/opt/rustwide/workdir/crates/ingest)
[INFO] [stderr]    Migrating crates/rpc/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/ingest/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking execution v0.1.0 (/opt/rustwide/workdir/crates/execution)
[INFO] [stderr]     Checking discovery v0.1.0 (/opt/rustwide/workdir/crates/discovery)
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking storage v0.1.0 (/opt/rustwide/workdir/crates/storage)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/ingest/src/flashblocks.rs:355:19
[INFO] [stdout]      |
[INFO] [stdout]  355 |                 match self.run_once(&sender, &runtime_sender).await {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                       |                                       |
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                       |                                       up until Edition 2021 `#13` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                       |                                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                       up until Edition 2021 `#12` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  356 |                     Ok(()) => {
[INFO] [stdout]  357 | / /                     self.runtime
[INFO] [stdout]  358 | | |                         .transition(
[INFO] [stdout]  359 | | |                             &self.context,
[INFO] [stdout]  360 | | |                             &runtime_sender,
[INFO] [stdout] ...    | |
[INFO] [stdout]  364 | | |                         .await?;
[INFO] [stdout]      | | |                          ------
[INFO] [stdout]      | | |                          |   ||
[INFO] [stdout]      | |_|__________________________|___|this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |   |                          |   |`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                              |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                              `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  367 |                     Err(error) => {
[INFO] [stdout]      |                         -----
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         `error` calls a custom destructor
[INFO] [stdout]      |                         `error` will be dropped later as of Edition 2024
[INFO] [stdout]  368 |                         let reason = error.to_string();
[INFO] [stdout]  369 |   /                     self.runtime
[INFO] [stdout]  370 |   |                         .transition(
[INFO] [stdout]  371 |   |                             &self.context,
[INFO] [stdout]  372 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  376 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |   |__________________________|___|`#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                              |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                              `#7` will be dropped later as of Edition 2024
[INFO] [stdout]  377 |   |                     sleep(Duration::from_millis(backoff_ms)).await;
[INFO] [stdout]      |   |                     ----------------------------------------------
[INFO] [stdout]      |   |                     |
[INFO] [stdout]      |   |                     this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |   |                     `#8` will be dropped later as of Edition 2024
[INFO] [stdout]  378 |   /                     self.runtime
[INFO] [stdout]  379 |   |                         .transition(
[INFO] [stdout]  380 |   |                             &self.context,
[INFO] [stdout]  381 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  385 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |   |__________________________|___|`#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                              |   `#10` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                              `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  391 |   |         }
[INFO] [stdout]      |   |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `error` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/ingest/src/stream/block.rs:163:19
[INFO] [stdout]      |
[INFO] [stdout]  154 | / /             self.runtime
[INFO] [stdout]  155 | | |                 .transition(
[INFO] [stdout]  156 | | |                     &self.context,
[INFO] [stdout]  157 | | |                     &runtime_sender,
[INFO] [stdout] ...    | |
[INFO] [stdout]  161 | | |                 .await?;
[INFO] [stdout]      | | |                  ------
[INFO] [stdout]      | | |                  |   ||
[INFO] [stdout]      | |_|__________________|___|this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |   |                  |   |`#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                      |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  162 |
[INFO] [stdout]  163 |                 match self.run_once(&sender, &runtime_sender).await {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                       |                                       |
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                       |                                       up until Edition 2021 `#16` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                       |                                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       up until Edition 2021 `#15` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  164 |                     Ok(()) => {
[INFO] [stdout]  165 |   /                     self.runtime
[INFO] [stdout]  166 |   |                         .transition(
[INFO] [stdout]  167 |   |                             &self.context,
[INFO] [stdout]  168 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  172 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |   |__________________________|___|`#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                              |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                              `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  175 |   |                 Err(error) => {
[INFO] [stdout]      |   |                     -----
[INFO] [stdout]      |   |                     |
[INFO] [stdout]      |   |                     `error` calls a custom destructor
[INFO] [stdout]      |   |                     `error` will be dropped later as of Edition 2024
[INFO] [stdout]  176 |   |                     let reason = error.to_string();
[INFO] [stdout]  177 |   /                     self.runtime
[INFO] [stdout]  178 |   |                         .transition(
[INFO] [stdout]  179 |   |                             &self.context,
[INFO] [stdout]  180 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  184 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |   |__________________________|___|`#8` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                              |   `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                              `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  185 |   |                     sleep(Duration::from_millis(backoff_ms)).await;
[INFO] [stdout]      |   |                     ----------------------------------------------
[INFO] [stdout]      |   |                     |
[INFO] [stdout]      |   |                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |   |                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  186 |   /                     self.runtime
[INFO] [stdout]  187 |   |                         .transition(
[INFO] [stdout]  188 |   |                             &self.context,
[INFO] [stdout]  189 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  193 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |   |__________________________|___|`#12` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                              |   `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                              `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  199 |   |         }
[INFO] [stdout]      |   |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `error` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/ingest/src/stream/log.rs:170:19
[INFO] [stdout]      |
[INFO] [stdout]  161 | / /             self.runtime
[INFO] [stdout]  162 | | |                 .transition(
[INFO] [stdout]  163 | | |                     &self.context,
[INFO] [stdout]  164 | | |                     &runtime_sender,
[INFO] [stdout] ...    | |
[INFO] [stdout]  168 | | |                 .await?;
[INFO] [stdout]      | | |                  ------
[INFO] [stdout]      | | |                  |   ||
[INFO] [stdout]      | |_|__________________|___|this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |   |                  |   |`#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                      |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  169 |
[INFO] [stdout]  170 |                 match self.run_once(&sender, &runtime_sender).await {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                       |                                       |
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                       |                                       up until Edition 2021 `#16` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                       |                                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       up until Edition 2021 `#15` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  171 |                     Ok(()) => {
[INFO] [stdout]  172 |   /                     self.runtime
[INFO] [stdout]  173 |   |                         .transition(
[INFO] [stdout]  174 |   |                             &self.context,
[INFO] [stdout]  175 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  179 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |   |__________________________|___|`#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                              |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                              `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  182 |   |                 Err(error) => {
[INFO] [stdout]      |   |                     -----
[INFO] [stdout]      |   |                     |
[INFO] [stdout]      |   |                     `error` calls a custom destructor
[INFO] [stdout]      |   |                     `error` will be dropped later as of Edition 2024
[INFO] [stdout]  183 |   |                     let reason = error.to_string();
[INFO] [stdout]  184 |   /                     self.runtime
[INFO] [stdout]  185 |   |                         .transition(
[INFO] [stdout]  186 |   |                             &self.context,
[INFO] [stdout]  187 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  191 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |   |__________________________|___|`#8` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                              |   `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                              `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  192 |   |                     sleep(Duration::from_millis(backoff_ms)).await;
[INFO] [stdout]      |   |                     ----------------------------------------------
[INFO] [stdout]      |   |                     |
[INFO] [stdout]      |   |                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |   |                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  193 |   /                     self.runtime
[INFO] [stdout]  194 |   |                         .transition(
[INFO] [stdout]  195 |   |                             &self.context,
[INFO] [stdout]  196 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  200 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |   |__________________________|___|`#12` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                              |   `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                              `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  206 |   |         }
[INFO] [stdout]      |   |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `error` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/ingest/src/stream/transaction.rs:198:19
[INFO] [stdout]      |
[INFO] [stdout]  189 | / /             self.runtime
[INFO] [stdout]  190 | | |                 .transition(
[INFO] [stdout]  191 | | |                     &self.context,
[INFO] [stdout]  192 | | |                     &runtime_sender,
[INFO] [stdout] ...    | |
[INFO] [stdout]  196 | | |                 .await?;
[INFO] [stdout]      | | |                  ------
[INFO] [stdout]      | | |                  |   ||
[INFO] [stdout]      | |_|__________________|___|this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |   |                  |   |`#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                      |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  197 |
[INFO] [stdout]  198 |                 match self.run_once(&sender, &runtime_sender).await {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                       |                                       |
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                       |                                       up until Edition 2021 `#16` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                       |                                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       up until Edition 2021 `#15` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  199 |                     Ok(()) => {
[INFO] [stdout]  200 |   /                     self.runtime
[INFO] [stdout]  201 |   |                         .transition(
[INFO] [stdout]  202 |   |                             &self.context,
[INFO] [stdout]  203 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  207 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |   |__________________________|___|`#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                              |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                              `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  210 |   |                 Err(error) => {
[INFO] [stdout]      |   |                     -----
[INFO] [stdout]      |   |                     |
[INFO] [stdout]      |   |                     `error` calls a custom destructor
[INFO] [stdout]      |   |                     `error` will be dropped later as of Edition 2024
[INFO] [stdout]  211 |   |                     let reason = error.to_string();
[INFO] [stdout]  212 |   /                     self.runtime
[INFO] [stdout]  213 |   |                         .transition(
[INFO] [stdout]  214 |   |                             &self.context,
[INFO] [stdout]  215 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  219 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |   |__________________________|___|`#8` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                              |   `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                              `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  220 |   |                     sleep(Duration::from_millis(backoff_ms)).await;
[INFO] [stdout]      |   |                     ----------------------------------------------
[INFO] [stdout]      |   |                     |
[INFO] [stdout]      |   |                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |   |                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  221 |   /                     self.runtime
[INFO] [stdout]  222 |   |                         .transition(
[INFO] [stdout]  223 |   |                             &self.context,
[INFO] [stdout]  224 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  228 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |   |__________________________|___|`#12` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                              |   `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                              `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  234 |   |         }
[INFO] [stdout]      |   |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `error` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/discovery/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/ingest/src/flashblocks.rs:355:19
[INFO] [stdout]      |
[INFO] [stdout]  355 |                 match self.run_once(&sender, &runtime_sender).await {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                       |                                       |
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                       |                                       up until Edition 2021 `#13` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                       |                                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                       up until Edition 2021 `#12` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       `__awaitee` calls a custom destructor
[INFO] [stdout]      |                       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  356 |                     Ok(()) => {
[INFO] [stdout]  357 | / /                     self.runtime
[INFO] [stdout]  358 | | |                         .transition(
[INFO] [stdout]  359 | | |                             &self.context,
[INFO] [stdout]  360 | | |                             &runtime_sender,
[INFO] [stdout] ...    | |
[INFO] [stdout]  364 | | |                         .await?;
[INFO] [stdout]      | | |                          ------
[INFO] [stdout]      | | |                          |   ||
[INFO] [stdout]      | |_|__________________________|___|this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |   |                          |   |`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                              |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                              `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  367 |                     Err(error) => {
[INFO] [stdout]      |                         -----
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         `error` calls a custom destructor
[INFO] [stdout]      |                         `error` will be dropped later as of Edition 2024
[INFO] [stdout]  368 |                         let reason = error.to_string();
[INFO] [stdout]  369 |   /                     self.runtime
[INFO] [stdout]  370 |   |                         .transition(
[INFO] [stdout]  371 |   |                             &self.context,
[INFO] [stdout]  372 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  376 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |   |__________________________|___|`#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                              |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                              `#7` will be dropped later as of Edition 2024
[INFO] [stdout]  377 |   |                     sleep(Duration::from_millis(backoff_ms)).await;
[INFO] [stdout]      |   |                     ----------------------------------------------
[INFO] [stdout]      |   |                     |
[INFO] [stdout]      |   |                     this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |   |                     `#8` will be dropped later as of Edition 2024
[INFO] [stdout]  378 |   /                     self.runtime
[INFO] [stdout]  379 |   |                         .transition(
[INFO] [stdout]  380 |   |                             &self.context,
[INFO] [stdout]  381 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  385 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |   |__________________________|___|`#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                              |   `#10` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                              `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  391 |   |         }
[INFO] [stdout]      |   |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `error` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: `#9` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/ingest/src/stream/block.rs:163:19
[INFO] [stdout]      |
[INFO] [stdout]  154 | / /             self.runtime
[INFO] [stdout]  155 | | |                 .transition(
[INFO] [stdout]  156 | | |                     &self.context,
[INFO] [stdout]  157 | | |                     &runtime_sender,
[INFO] [stdout] ...    | |
[INFO] [stdout]  161 | | |                 .await?;
[INFO] [stdout]      | | |                  ------
[INFO] [stdout]      | | |                  |   ||
[INFO] [stdout]      | |_|__________________|___|this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |   |                  |   |`#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                      |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  162 |
[INFO] [stdout]  163 |                 match self.run_once(&sender, &runtime_sender).await {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                       |                                       |
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                       |                                       up until Edition 2021 `#16` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                       |                                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       up until Edition 2021 `#15` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  164 |                     Ok(()) => {
[INFO] [stdout]  165 |   /                     self.runtime
[INFO] [stdout]  166 |   |                         .transition(
[INFO] [stdout]  167 |   |                             &self.context,
[INFO] [stdout]  168 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  172 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |   |__________________________|___|`#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                              |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                              `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  175 |   |                 Err(error) => {
[INFO] [stdout]      |   |                     -----
[INFO] [stdout]      |   |                     |
[INFO] [stdout]      |   |                     `error` calls a custom destructor
[INFO] [stdout]      |   |                     `error` will be dropped later as of Edition 2024
[INFO] [stdout]  176 |   |                     let reason = error.to_string();
[INFO] [stdout]  177 |   /                     self.runtime
[INFO] [stdout]  178 |   |                         .transition(
[INFO] [stdout]  179 |   |                             &self.context,
[INFO] [stdout]  180 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  184 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |   |__________________________|___|`#8` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                              |   `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                              `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  185 |   |                     sleep(Duration::from_millis(backoff_ms)).await;
[INFO] [stdout]      |   |                     ----------------------------------------------
[INFO] [stdout]      |   |                     |
[INFO] [stdout]      |   |                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |   |                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  186 |   /                     self.runtime
[INFO] [stdout]  187 |   |                         .transition(
[INFO] [stdout]  188 |   |                             &self.context,
[INFO] [stdout]  189 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  193 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |   |__________________________|___|`#12` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                              |   `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                              `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  199 |   |         }
[INFO] [stdout]      |   |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `error` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/ingest/src/stream/log.rs:170:19
[INFO] [stdout]      |
[INFO] [stdout]  161 | / /             self.runtime
[INFO] [stdout]  162 | | |                 .transition(
[INFO] [stdout]  163 | | |                     &self.context,
[INFO] [stdout]  164 | | |                     &runtime_sender,
[INFO] [stdout] ...    | |
[INFO] [stdout]  168 | | |                 .await?;
[INFO] [stdout]      | | |                  ------
[INFO] [stdout]      | | |                  |   ||
[INFO] [stdout]      | |_|__________________|___|this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |   |                  |   |`#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                      |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  169 |
[INFO] [stdout]  170 |                 match self.run_once(&sender, &runtime_sender).await {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                       |                                       |
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                       |                                       up until Edition 2021 `#16` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                       |                                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       up until Edition 2021 `#15` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  171 |                     Ok(()) => {
[INFO] [stdout]  172 |   /                     self.runtime
[INFO] [stdout]  173 |   |                         .transition(
[INFO] [stdout]  174 |   |                             &self.context,
[INFO] [stdout]  175 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  179 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |   |__________________________|___|`#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                              |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                              `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  182 |   |                 Err(error) => {
[INFO] [stdout]      |   |                     -----
[INFO] [stdout]      |   |                     |
[INFO] [stdout]      |   |                     `error` calls a custom destructor
[INFO] [stdout]      |   |                     `error` will be dropped later as of Edition 2024
[INFO] [stdout]  183 |   |                     let reason = error.to_string();
[INFO] [stdout]  184 |   /                     self.runtime
[INFO] [stdout]  185 |   |                         .transition(
[INFO] [stdout]  186 |   |                             &self.context,
[INFO] [stdout]  187 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  191 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |   |__________________________|___|`#8` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                              |   `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                              `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  192 |   |                     sleep(Duration::from_millis(backoff_ms)).await;
[INFO] [stdout]      |   |                     ----------------------------------------------
[INFO] [stdout]      |   |                     |
[INFO] [stdout]      |   |                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |   |                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  193 |   /                     self.runtime
[INFO] [stdout]  194 |   |                         .transition(
[INFO] [stdout]  195 |   |                             &self.context,
[INFO] [stdout]  196 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  200 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |   |__________________________|___|`#12` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                              |   `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                              `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  206 |   |         }
[INFO] [stdout]      |   |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `error` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/ingest/src/stream/transaction.rs:198:19
[INFO] [stdout]      |
[INFO] [stdout]  189 | / /             self.runtime
[INFO] [stdout]  190 | | |                 .transition(
[INFO] [stdout]  191 | | |                     &self.context,
[INFO] [stdout]  192 | | |                     &runtime_sender,
[INFO] [stdout] ...    | |
[INFO] [stdout]  196 | | |                 .await?;
[INFO] [stdout]      | | |                  ------
[INFO] [stdout]      | | |                  |   ||
[INFO] [stdout]      | |_|__________________|___|this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |   |                  |   |`#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                      |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  197 |
[INFO] [stdout]  198 |                 match self.run_once(&sender, &runtime_sender).await {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                       |                                       |
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      |                       |                                       up until Edition 2021 `#16` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       |                                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                       |                                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       up until Edition 2021 `#15` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout]  199 |                     Ok(()) => {
[INFO] [stdout]  200 |   /                     self.runtime
[INFO] [stdout]  201 |   |                         .transition(
[INFO] [stdout]  202 |   |                             &self.context,
[INFO] [stdout]  203 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  207 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |   |__________________________|___|`#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                              |   `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                              `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  210 |   |                 Err(error) => {
[INFO] [stdout]      |   |                     -----
[INFO] [stdout]      |   |                     |
[INFO] [stdout]      |   |                     `error` calls a custom destructor
[INFO] [stdout]      |   |                     `error` will be dropped later as of Edition 2024
[INFO] [stdout]  211 |   |                     let reason = error.to_string();
[INFO] [stdout]  212 |   /                     self.runtime
[INFO] [stdout]  213 |   |                         .transition(
[INFO] [stdout]  214 |   |                             &self.context,
[INFO] [stdout]  215 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  219 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |   |__________________________|___|`#8` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                              |   `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                              `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  220 |   |                     sleep(Duration::from_millis(backoff_ms)).await;
[INFO] [stdout]      |   |                     ----------------------------------------------
[INFO] [stdout]      |   |                     |
[INFO] [stdout]      |   |                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |   |                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  221 |   /                     self.runtime
[INFO] [stdout]  222 |   |                         .transition(
[INFO] [stdout]  223 |   |                             &self.context,
[INFO] [stdout]  224 |   |                             &runtime_sender,
[INFO] [stdout] ...      |
[INFO] [stdout]  228 |   |                         .await?;
[INFO] [stdout]      |   |                          ------
[INFO] [stdout]      |   |__________________________|___||
[INFO] [stdout]      |   |__________________________|___|this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |   |__________________________|___|`#12` will be dropped later as of Edition 2024
[INFO] [stdout]      |   |__________________________|___this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                              |   `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                              `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  234 |   |         }
[INFO] [stdout]      |   |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `error` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/discovery/src/reader.rs:258:34
[INFO] [stdout]     |
[INFO] [stdout] 254 |         for (slot, res) in hydrated.iter_mut().zip(results.into_iter()) {
[INFO] [stdout]     |                    ---     --------------------------------------------
[INFO] [stdout]     |                    |       |
[INFO] [stdout]     |                    |       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `res` calls a custom destructor
[INFO] [stdout]     |                    `res` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 258 |             if let Ok(decoded) = getReservesCall::abi_decode_returns(&res.returnData, true) {
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                  up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 262 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `res` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/discovery/src/reader.rs:306:34
[INFO] [stdout]     |
[INFO] [stdout] 302 |             if let Ok(decoded) = slot0Call::abi_decode_returns(&slot0_res.returnData, true) {
[INFO] [stdout]     |                                  ----------------------------------------------------------
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 306 |             if let Ok(decoded) = liquidityCall::abi_decode_returns(&liq_res.returnData, true) {
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                  up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 309 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/execution/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/execution/src/submit.rs:174:15
[INFO] [stdout]      |
[INFO] [stdout]  167 |         let request = TransactionRequest::default()
[INFO] [stdout]      |             -------
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `request` calls a custom destructor
[INFO] [stdout]      |             `request` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  174 |         match self.provider.inner().call(&request).await {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |               |                                    |
[INFO] [stdout]      |               |                                    this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |               |                                    up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  184 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]      |
[INFO] [stdout]  680 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]      |
[INFO] [stdout]  680 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/sync/oneshot.rs:1245:1
[INFO] [stdout]      |
[INFO] [stdout] 1245 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `request` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]      |
[INFO] [stdout]  680 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/execution/src/submit.rs:174:52
[INFO] [stdout]      |
[INFO] [stdout]  167 |         let request = TransactionRequest::default()
[INFO] [stdout]      |             -------
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `request` calls a custom destructor
[INFO] [stdout]      |             `request` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  174 |         match self.provider.inner().call(&request).await {
[INFO] [stdout]      |                                                    ^^^^^
[INFO] [stdout]      |                                                    |
[INFO] [stdout]      |                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  184 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]      |
[INFO] [stdout]  680 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/sync/oneshot.rs:1245:1
[INFO] [stdout]      |
[INFO] [stdout] 1245 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `request` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]      |
[INFO] [stdout]  680 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/discovery/src/reader.rs:258:34
[INFO] [stdout]     |
[INFO] [stdout] 254 |         for (slot, res) in hydrated.iter_mut().zip(results.into_iter()) {
[INFO] [stdout]     |                    ---     --------------------------------------------
[INFO] [stdout]     |                    |       |
[INFO] [stdout]     |                    |       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `res` calls a custom destructor
[INFO] [stdout]     |                    `res` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 258 |             if let Ok(decoded) = getReservesCall::abi_decode_returns(&res.returnData, true) {
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                  up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 262 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `res` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/discovery/src/reader.rs:306:34
[INFO] [stdout]     |
[INFO] [stdout] 302 |             if let Ok(decoded) = slot0Call::abi_decode_returns(&slot0_res.returnData, true) {
[INFO] [stdout]     |                                  ----------------------------------------------------------
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 306 |             if let Ok(decoded) = liquidityCall::abi_decode_returns(&liq_res.returnData, true) {
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                  up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 309 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/execution/src/submit.rs:174:15
[INFO] [stdout]      |
[INFO] [stdout]  167 |         let request = TransactionRequest::default()
[INFO] [stdout]      |             -------
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `request` calls a custom destructor
[INFO] [stdout]      |             `request` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  174 |         match self.provider.inner().call(&request).await {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |               |                                    |
[INFO] [stdout]      |               |                                    this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |               |                                    up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  184 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]      |
[INFO] [stdout]  680 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]      |
[INFO] [stdout]  680 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/sync/oneshot.rs:1245:1
[INFO] [stdout]      |
[INFO] [stdout] 1245 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `request` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]      |
[INFO] [stdout]  680 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/execution/src/submit.rs:174:52
[INFO] [stdout]      |
[INFO] [stdout]  167 |         let request = TransactionRequest::default()
[INFO] [stdout]      |             -------
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `request` calls a custom destructor
[INFO] [stdout]      |             `request` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  174 |         match self.provider.inner().call(&request).await {
[INFO] [stdout]      |                                                    ^^^^^
[INFO] [stdout]      |                                                    |
[INFO] [stdout]      |                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  184 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]      |
[INFO] [stdout]  680 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/sync/oneshot.rs:1245:1
[INFO] [stdout]      |
[INFO] [stdout] 1245 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/oneshot.rs:387:1
[INFO] [stdout]      |
[INFO] [stdout]  387 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `request` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]      |
[INFO] [stdout]  680 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/storage/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking app v0.1.0 (/opt/rustwide/workdir/crates/app)
[INFO] [stderr]    Migrating crates/app/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/app/src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/app/src/main.rs:301:15
[INFO] [stdout]     |
[INFO] [stdout] 301 |         match service.run_factory(factory, book).await {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |               |                                  |
[INFO] [stdout]     |               |                                  this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |               |                                  up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               |                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               |                                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               `__awaitee` calls a custom destructor
[INFO] [stdout]     |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 311 |             Err(err) => tracing::error!(
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `err` calls a custom destructor
[INFO] [stdout]     |                 `err` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 317 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/app/src/main.rs:301:15
[INFO] [stdout]     |
[INFO] [stdout] 301 |         match service.run_factory(factory, book).await {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |               |                                  |
[INFO] [stdout]     |               |                                  this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |               |                                  up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               |                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               |                                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |               `__awaitee` calls a custom destructor
[INFO] [stdout]     |               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 311 |             Err(err) => tracing::error!(
[INFO] [stdout]     |                 ---
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `err` calls a custom destructor
[INFO] [stdout]     |                 `err` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 317 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check: app v0.1.0 (/opt/rustwide/workdir/crates/app) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: config v0.1.0 (/opt/rustwide/workdir/crates/config) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: types v0.1.0 (/opt/rustwide/workdir/crates/types) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: decision v0.1.0 (/opt/rustwide/workdir/crates/decision) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: markets v0.1.0 (/opt/rustwide/workdir/crates/markets) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: discovery v0.1.0 (/opt/rustwide/workdir/crates/discovery) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: rpc v0.1.0 (/opt/rustwide/workdir/crates/rpc) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: execution v0.1.0 (/opt/rustwide/workdir/crates/execution) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: observability v0.1.0 (/opt/rustwide/workdir/crates/observability) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: ingest v0.1.0 (/opt/rustwide/workdir/crates/ingest) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: registry v0.1.0 (/opt/rustwide/workdir/crates/registry) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: storage v0.1.0 (/opt/rustwide/workdir/crates/storage) updating edition from 2021 to 2024
[INFO] [stderr]     Checking types v0.1.0 (/opt/rustwide/workdir/crates/types)
[INFO] [stderr]     Checking config v0.1.0 (/opt/rustwide/workdir/crates/config)
[INFO] [stderr]     Checking markets v0.1.0 (/opt/rustwide/workdir/crates/markets)
[INFO] [stderr]     Checking registry v0.1.0 (/opt/rustwide/workdir/crates/registry)
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> crates/config/src/lib.rs:945:13
[INFO] [stdout]     |
[INFO] [stdout] 945 |             unsafe { env::remove_var(key) };
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> crates/config/src/lib.rs:1:11
[INFO] [stdout]     |
[INFO] [stdout]   1 | #![forbid(unsafe_code)]
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> crates/config/src/lib.rs:959:9
[INFO] [stdout]     |
[INFO] [stdout] 959 |         unsafe { env::set_var("BASE_TRANSPORT", "ipc") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> crates/config/src/lib.rs:961:9
[INFO] [stdout]     |
[INFO] [stdout] 961 |         unsafe { env::set_var("BASE_IPC_PATH", "/tmp/reth.ipc") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `config` (lib test) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "94a2c74194193bf52fa30a226346860eca25bbbae909f537b93a5b67cec0f6d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94a2c74194193bf52fa30a226346860eca25bbbae909f537b93a5b67cec0f6d6", kill_on_drop: false }`
[INFO] [stdout] 94a2c74194193bf52fa30a226346860eca25bbbae909f537b93a5b67cec0f6d6
